SftTabs/NET 6.0

OnInsert Method, TabCollectionClass Class

Softel vdm, Inc.

Performs additional custom processing before inserting a new tab into the TabCollectionClass instance.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Protected Overrides Sub OnInsert( _
     ByVal index As Integer, _
     ByVal value As Object )

C#   

protected override void OnInsert(
     int index,
     object value );

C++   

protected: virtual void OnInsert(
     int index,
     Object^ value );

index

The zero-based index of the tab about to be inserted.

value

The tab to be added.

Comments

The OnInsert method performs additional custom processing before inserting a new tab into the TabCollectionClass instance.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com